public enum TaskStatusPublic Enumeration TaskStatus| NotStarted | 0 | Specifies that the task is not started. |
| InProgress | 1 | Specifies that the task is in progress. |
| Completed | 2 | Specifies that the task is completed. |
| WaitingOnOthers | 3 | Specifies that the task is waiting on others. |
| Deferred | 4 | Specifies that the task is deferred. |
| None | 5 | None. |